home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1990-12-09 | 1.6 KB | 28 lines |
- 5 SCREEN 0:WIDTH 80:COLOR 15,1,9
- 10 CLS:KEY OFF
- 15 PRINT" Welcome to S I G N F R I E N D S by Fran O'Gorman (c)1989.":PRINT
- 16 WIDTH 80:COLOR 14,1,9
- 25 PRINT" Sign Friends was designed to provide an interactive learning environment
- 30 PRINT" for those who would find it useful-- Hearing or deaf, speaking or nonverbal,
- 40 PRINT" user or interpreter. While fingerspelling is less used, it is a necessary
- 50 PRINT" skill. Knowledge of the alphabet is essential. Many words are based on"
- 55 PRINT" that, which will become more apparent as one progresses."
- 60 PRINT" This program is dedicated to my daughter Mary. Many people have helped,
- 70 PRINT" most notably, Dr.Abrams, R.Calloway, T.BenAvraham, Anthony Grillo, my"
- 80 PRINT" sister Viva, Ron and Janis Kracht, Marshall DuBois, to mention a few.
- 85 'PRINT" This program is designed especially for children, parents and teachers."
- 116 PRINT" This is a Shareware program. In order to continue this work, the need
- 117 PRINT" for user encouragement cannot be overstated. If this program is found to"
- 118 PRINT" to be useful, a registration of $30 to the address below, will aid in the"
- 119 PRINT" continuation of this work. Registration entitles the registrant to future"
- 120 PRINT" updates. Sign Friends is protected by U.S. copyright laws with all rights"
- 121 PRINT" reserved.
- 122 PRINT" Sign Friends
- 123 PRINT" 79 Glenmere Ave.
- 124 PRINT" Florida, N.Y.10921":PRINT
- 125 WIDTH 80:COLOR 31,1,9
- 190 PRINT" S E T <Caps Lock> in L O C K E D position."
- 200 PRINT" ---Press key to continue---
- 210 IF INKEY$=""THEN 210
- 220 CHAIN "TIME",,ALL
-